CmakeOptions

The options used for CMake

Members

Variables

buildConfig
string buildConfig;

The build config. Defaults to "release"

compiler
auto compiler;

The compiler to use. If CC and CXX environment variables are not specified, it defaults to clang

generator
auto generator;

The generator to use. Defaults to "Ninja"

Meta